github.com/klauspost/compress/huff0.Scratch.huffWeight (field)
9 uses
github.com/klauspost/compress/huff0 (current package)
decompress.go#L48: s.huffWeight[n] = v >> 4
decompress.go#L49: s.huffWeight[n+1] = v & 15
decompress.go#L59: hw := s.huffWeight[:]
decompress.go#L76: for _, v := range s.huffWeight[:s.symbolLen] {
decompress.go#L106: s.huffWeight[s.symbolLen] = uint8(lastWeight)
decompress.go#L142: for n, w := range s.huffWeight[:s.symbolLen] {
huff0.go#L121: huffWeight [maxSymbolValue + 1]byte
huff0.go#L187: huffWeight = s.huffWeight[:256]
huff0.go#L257: huffWeight = s.huffWeight[:256]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |